home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ccr.zip / PREPARSE.T < prev    next >
Text File  |  1993-01-13  |  140b  |  13 lines

  1. /*
  2.  * Stub functions to prevent compiler warnings.
  3.  */
  4. preparse: function(s)
  5. {
  6.     return true;
  7. }
  8.  
  9. parseError: function(n, s)
  10. {
  11.     return nil;
  12. }
  13.